home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 24 / Amiga Format AFCD24 (Feb 1998, Issue 108).iso / -seriously_amiga- / shareware / programming / c / orion / orion.readme < prev    next >
Text File  |  1998-01-05  |  512b  |  13 lines

  1. Short:    Resource Tracker/Debugger for C programmers
  2. Author:   umpaul18@cc.umanitoba.ca (Ken Paulson)
  3. Uploader: umpaul18@cc.umanitoba.ca (Ken Paulson)
  4. Version:  0.6
  5. Type:     dev/c
  6. Requires: OS 2.1+
  7.  
  8. This is *NOT* true Resource Tracking.  Orion allows programmers to track
  9. resource allocations(currently only memory) made by their programs.
  10. No patching is done.  It also catches improper freeing of resources,
  11. and can be used to find memory leaks.  WHen listing resources, the file
  12. and line number is included.
  13.